G

MCP Server — GitHub Platform Agentic Knowledge Pack

GitHub Platform Skill for MCP Agent

PR review, issue management, and release automation for GitHub

Available free v1.0.0 Browser LLM
$ sidebutton install GitHub Platform
Download ZIP
README 1.7 KB

GitHub

Source code hosting, pull requests, issues, and CI/CD.

Browser Access

Requires login to GitHub in the connected browser. All SSO/cookies intact.

ToolUsage
navigateGo to repo, PR, or issue URL
snapshotRead page structure and content
clickTabs, buttons, links
typeSearch, comment boxes, forms

Workflows

WorkflowDescription
github_browser_view_prNavigate to PR, snapshot details + diff
github_browser_list_prsNavigate to PR list, snapshot
github_browser_create_issueFill and submit new issue form
github_create_releaseCreate a release from tag
github_pr_reviewPR review with Claude analysis

Pull Requests

  • Keep PRs focused — one logical change per PR
  • Write descriptive titles (imperative: "Add feature" not "Added feature")
  • Include context in the description: what changed, why, how to test

Issues

  • Reproduce before filing — include steps, expected vs actual behavior
  • Label appropriately: bug, enhancement, question
  • Link related issues and PRs

Reviews

  • Be constructive — suggest alternatives, not just problems
  • Approve if the approach is sound, even if you'd do it differently
  • Block only for correctness, security, or breaking changes

Common Patterns

View a PR: navigate to /owner/repo/pull/123, snapshot to read details, click "Files changed" for diff.

List PRs: navigate to /owner/repo/pulls, snapshot to read list.

Create issue: navigate to /owner/repo/issues/new or use github_browser_create_issue workflow.

AI Agent Roles